﻿.eo-calc label {
    display: inline-block;
    /*margin-top: 1.0em;*/
    margin-bottom: 0.2em;
    min-width: 280px;
}

.eo-calc input, .eo-calc select {
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    display: inline-block;
    padding: 0.5em;
    width: 100%;
    max-width: 260px;
}

.eo-calc input[type=number] {
    text-align: right;
}

.eo-calc input[type=checkbox] {
    width: auto;
    margin-right: 0.2em;
}

.eo-calc h2 {
     margin-top: 3em;
     margin-bottom: 1em;
}
   
.eo-calc table {
    border-collapse: collapse;
    width: 100%;
    max-width: 525px;
}

.eo-calc th, .eo-calc td {
    padding: 0.5em 0.5em 0.5em 0;
    text-align: left;
    vertical-align: top;
}

.eo-calc th small, .eo-calc td small {
    display: block;
}

.eo-calc th {
    border-top: 1px solid #000000;
}

.eo-calc th.numeric, .eo-calc td.numeric {
    text-align: right;
}

.eo-calc-table-note {
    font-style: italic;
    margin-top: 1em;
}

.eo-calc input[type="number"] {-webkit-appearance: none;}
.eo-calc input[type="number"], .eo-calc input[type="select"], .eo-calc select {
    box-sizing:content-box;
height: 23px;
background: #e4e6e6;
resize: none;
font-family: inherit;
font-weight: normal;
padding: 3px 4px 4px 6px;
margin-bottom: 5px;
border: 1px solid #e4e6e6;
color: #0e0e0e;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
outline: none !important;
font-family: "FrutigerLTW02-45Light", "Helvetica Neue", "Helvetica", Arial;
border: 1px solid #e4e6e6;
font-size: 1em;
line-height: 24px;
color: #313131 !important;
width: 97% !important;
}

.eo-calc input:focus, .eo-calc select:focus , .eo-calc input:hover, .eo-calc select:hover {border: 1px solid #c8c8c8;}

@media screen and (max-width: 819px) {
    .eo-calc input, .eo-calc select {
        max-width: 100%;
    }
}


@media screen and (max-width: 399px) {
    .eo-calc td, .eo-calc th {
        display: inline-block;
        width: 100%;
        border: none;
    }

    .eo-calc td:first-child, .eo-calc th:first-child {
        padding: 0.5em 0.5em 0 0;
    }

    .eo-calc td:last-child, .eo-calc th:last-child {
        padding: 0 0.5em 0.5em 0;
    } 

    .eo-calc th:first-child {
        border-top: 1px solid #000000;
    }
}